home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / RCUtilsP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  1.4 KB  |  54 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: RCUtilsP.h,v $ $Revision: 1.17 $ $Date: 92/05/14 12:55:07 $ */
  6. /*
  7. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  8. #ifndef _XmRCUtilsP_h
  9. #define _XmRCUtilsP_h
  10.  
  11. #include <Xm/RowColumnP.h>
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. /********    Private Function Declarations    ********/
  18. #ifdef _NO_PROTO
  19.  
  20. extern XmRCKidGeometry _XmRCGetKidGeo() ;
  21. extern void _XmRCSetKidGeo() ;
  22.  
  23. #else
  24.  
  25. extern XmRCKidGeometry _XmRCGetKidGeo( 
  26.                         Widget wid,
  27.                         Widget instigator,
  28.                         XtWidgetGeometry *request,
  29.                         int uniform_border,
  30. #if NeedWidePrototypes
  31.                         int border,
  32. #else
  33.                         Dimension border,
  34. #endif /* NeedWidePrototypes */
  35.                         int uniform_width_margins,
  36.                         int uniform_height_margins,
  37.                         Widget help,
  38.             Widget toc,
  39.                         int geo_type) ;
  40. extern void _XmRCSetKidGeo( 
  41.                         XmRCKidGeometry kg,
  42.                         Widget instigator) ;
  43.  
  44. #endif /* _NO_PROTO */
  45. /********    End Private Function Declarations    ********/
  46.  
  47.  
  48. #ifdef __cplusplus
  49. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  50. #endif
  51.  
  52. #endif  /* _XmRCUtilsP_h */
  53. /* DON'T ADD STUFF AFTER THIS #endif */
  54.